/** Shopify CDN: Minification failed

Line 708:50 Unexpected ")"

**/
/* Basic setup */
:root {
  --primary-color: #2459c0;
  --secondary-color: #ffffff;
  --tertiary-color: #141414;
}

::selection {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

/* Announcement bar css */
@media screen and (min-width: 767.98px) {
  .announcement_container {
    display: grid !important;
    grid-template-columns: 1fr auto;
  }
}

@media screen and (max-width: 767.98px) {
  .announcement_container {
    grid-template-columns: 1fr;
  }

  .announcement-bar__announcements .announcement__text {
    text-align: center;
  }
}
/* Header css */
@media screen and (min-width: 767.98px) {
  .navigation__column-title {
    color: var(--primary-color) !important;
  }
}

@media screen and (max-width: 767.98px) {
  .navigation__tier-3-container .navigation__tier-3 .navigation__link {
    font-weight: 400;
    padding: 6px 20px;
  }
}

@media (max-width: 900px) {
  .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    padding: 12px;
  }
}

/* image with text hero section */
@media screen and (max-width: 450px) {
  .text-overlay__button-row {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .image-overlay.text-overlay-parent--mobile-stack .text-overlay .btn {
    margin: 0;
  }
}

/* Collectin / featured products section css */
.product-grid .product-block {
  padding-bottom: 0 !important;
}

.sticky-content-container{
  overflow-x: hidden;
}

.product_des_based_img{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.product_des_based_img img{
  width: 100px;
  border-radius: 16px;
}

@media screen and (max-width: 767px){
.section-main-product{
  padding: 0 16px;
 }

 .product_des_based_img{
  gap: 8px;
 }

 .product_des_based_img img{
  width: 80px;
 }
}

@media screen and (min-width: 1041px){
 .slider__thumbnail_holder{
    height: 450px;
    scrollbar-width: thin;
 }
 /* .product-media.product-media--image{
  height: 635px;
 } */
}

@media screen and (min-width: 1100px){
 .slider__thumbnail_holder{
    height: 635px;
    scrollbar-width: thin;
 }
 /* .product-media.product-media--image{
  height: 635px;
 } */
}

@media screen and (min-width: 768px){
  .quickbuy-container .slider__thumbnail_holder{
    overflow-y: auto;
    height: 380px;
    scrollbar-width: thin;
 }
}

.quickbuy-container .slider__thumbnail_holder::-webkit-scrollbar {
  width: 1px; /* <-- custom scrollbar width */
}

.quickbuy-container .slider__thumbnail_holder::scrollbar {
  width: 1px; /* <-- custom scrollbar width */
}


.quickbuy-container .lightish-spaced-row-above,
.quickbuy-container .image_blocks {
  display: none;
}

.quickbuy-container product-form {
  margin-bottom: 0;
}

.quickbuy-container .media-gallery__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.quickbuy-container .thumbnails .slider__grid {
  flex-direction: column;
}

.slider-nav__btn--style-2:after {
  background: var(--tertiary-color);
}

.slider-nav__btn--style-2 svg {
  stroke: var(--secondary-color);
}

.slider-nav__btn--style-2:hover:after {
  background: var(--tertiary-color);
  opacity: 0.8;
}

.product_thumbnails img {
  height: 100px;
}

.quickbuy-container .product_thumbnails img {
  height: 80px;
}

.title_with_pagination {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.custom_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.title_with_pagination .slider-nav__btn {
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
  border-radius: 100%;
}

.product-link {
  text-align: center;
}

.product-price--block {
  justify-content: center;
}

.product-block__image {
  background: var(--secondary-color);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.product-block__image .img-ar {
  padding: 30px !important;
}

.product-grid .image-cont,
.product-block__image .img-ar img {
  border-radius: 10px;
}


.product-block__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

@media (min-width: 1040px) {
  .product-block__title {
    font-size: 18px;
    line-height: 22px;
  }

   .quickbuy-container .product-info .media-gallery-size-large {
        width: 45%;
    }

    .quickbuy-container .product-info .media-gallery-size-large+.product-column-right {
      width: calc(55% - 44px);
    }
}

@media (max-width: 767.98px) {
  .title_with_pagination {
    padding-left: var(--container-pad-x);
    padding-right: var(--container-pad-x);
  }
  
.quickbuy-container .inner {
    overflow-y: overlay;
}

  .quickbuy-container .media-gallery__inner {
    flex-direction: column;
  }


  .quickbuy-container .thumbnails .slider__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .product-block .image-cont .btn.quickbuy-toggle {
    display: block;
    border-radius: 10px;
    margin-top: 10px;
    padding: 13px 10px 10px;
    font-size: 12px;
    font-weight: 500;
  }
}

/* Quick buy button */
.product-block .image-cont .btn.quickbuy-toggle {
  display: block;
}

/* Testimonial section css */
.testimonial__blockquote {
  font-weight: 400;
  line-height: 35px;
}

.testimonial__author {
  font-weight: 700;
  font-size: 18px;
}

/* Multi-column section css */
.multi-col-container {
  gap: 30px;
}

.multicol_block_title {
  font-size: 20px;
  line-height: 25px;
}

.no_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.multi_col_text {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}

.multi_col_text img {
  border-radius: 16px 16px 0 0;
}

.multi_col_text_padding {
  padding: 20px !important;
}

/* Footer css */
.section-footer__menu-block__menu li a {
  font-size: 16px;
  text-transform: capitalize;
}

.section-footer__custom-liquid{
  color: rgb(var(--footer-heading-col));
}

/* Collection page css */
.underline--not-link {
  text-decoration-color: var(--primary-color);
  color: var(--primary-color);
}

/* Product details page css */
.opt-label {
  min-width: 4em;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 4px;
}

.opt-btn:checked + .opt-label {
  box-shadow: none;
  cursor: default;
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
}

.quantity-wrapper input[name="quantity"],
.quantity-wrapper a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-wrapper input[name="quantity"] {
  width: 50px;
  min-width: 50px;
  text-align: center;
}

.quantity-submit-row__submit button {
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
  transition: background 0.3s ease-in-out;
}

.quantity-submit-row__submit button:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
}

/* Product page css */
/* .thumbnails .slider {
  width: 70px;
} */

.thumbnails .slider__grid {
  gap: 10px;
}

.thumbnails .slider__grid .slider__item {
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}

.thumbnails .slider__grid .slider__item img {
  border-radius: 10px;
}

.thumbnails .slider__item.is-active {
  border: 2px solid var(--tertiary-color);
}

.product-media-wrapper .product-media--image {
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}

.product-media-wrapper .product-media--image img {
  border-radius: 10px;
}

.product-title {
  font-size: 32px;
  line-height: 35px;
}

.quickbuy-container .product-title {
  font-size: 25px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .product-title {
    font-size: 25px;
    line-height: 27px;
  }

  .quickbuy-container .product-title {
    font-size: 20px;
    line-height: 22px;
  }
}

.product-info__price .money {
  font-size: 20px;
}

.product-price--large .price__was {
  margin-left: 8px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  font-size: 20px;
}

.product_media_bottom_img {
  margin-top: 20px;
}

.product_media_bottom_img img {
  max-width: 400px;
  width: 100%;
}

.image_blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 20px;
}
.image_blocks div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image_blocks div p {
  text-align: center;
}

.image_blocks img {
  width: 50px;
  object-fit: cover;
}

.add_to_cart_sticky .sticky-atc {
  border-radius: 16px;
  border: 2px solid #d9d9d9;
}

.wishlisthero-product-page-button-container button {
  color: rgb(36 89 192) !important;
  border: 1px solid !important;
}

.wishlisthero-product-page-button-container button svg {
  color: rgb(36 89 192) !important;
}

.add_to_cart_sticky .sticky-atc .btn.btn--secondary {
  background: #2459c0;
  border: none;
  color: #fff;
  border-radius: 4px;
  transition: background 0.4s ease-in-out;
}

.add_to_cart_sticky .sticky-atc .btn.btn--secondary:hover {
  background: #141414;
}
 .thumbnails .slider__item {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.quickbuy-container .thumbnails .slider__item {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.product_thumbnails img {
  object-fit: cover;
}

.gallery-viewer__thumb-img {
  height: 80px;
  border-radius: 10px;
  border: 1px solid #808080;
}

.gallery-viewer__thumb--active:after {
  content: none;
}

.gallery-viewer__thumbs .gallery-viewer__thumb {
  background-color: transparent;
  width: 80px;
}

.gallery-viewer__thumbs .gallery-viewer__thumb:not(:last-child) {
  margin-right: 2px;
}

.gallery-viewer__thumb--active img {
  border: 2px solid var(--tertiary-color);
  border-radius: 10px;
}

@media screen and (max-width: 1040px) {
  .thumbnails .slider__item {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
}

/* Best seller product tab section css */
.best-sellers-section {
  overflow: hidden;
  border-radius: 10px;
}

.best-sellers-section .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  margin-right: var(--container-pad-x);
  margin-left: var(--container-pad-x);
  padding-top: 40px;
}

.products-wrapper {
  padding-bottom: 40px;
}

.products-wrapper .collection_fix {
  margin-top: 0;
}

.best-sellers-section .best-seller-heading {
  font-weight: 600;
  margin: 0;
}
.best-sellers-section .tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: -2px;
}
.best-sellers-section .tab-btn,
.best-sellers-section .tabs .view-all-link {
  background: none;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}
.best-sellers-section .tabs .tab-btn.active {
  z-index: 1;
}
.best-sellers-section .tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 16px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.best-sellers-section .tabs .view-all-link {
  text-decoration: underline;
}
/* .best-sellers-section .products-wrapper {
    overflow: hidden;
  } */
.best-sellers-section .products {
  display: none;
}
.best-sellers-section .products.active {
  display: flex;
}
.best-sellers-section .product-card {
  min-width: 200px;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.product__content {
  padding: 10px;
}
.best-sellers-section .product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.product_container_div {
  position: relative;
}
.best-sellers-section .product-name {
  margin-top: 10px;
  font-weight: bold;
}
.best-sellers-section .product-price {
  margin-top: 5px;
  font-size: 14px;
}
.best-sellers-section .product-price .old-price {
  text-decoration: line-through;
  margin-left: 5px;
}

.best_seller_custom_pagination {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.best_seller_custom_pagination .slider-nav__btn {
  background: #000;
  color: #fff;
  border-radius: 100%;
  margin: 0 !important;
}

.product_container_div  .collection-slider  {
  margin-top: 50px !important;
}

.best_seller_custom_pagination .slider-nav__btn {
  padding: 6px 8px !important;
}

.best_seller_custom_pagination .slider-nav__btn svg {
  width: 20px;
}

@media (max-width: 850px) {
  .best_seller_custom_pagination {
    width: 95vw;
  }
  .best_seller_custom_pagination {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .best-sellers-section {
    padding-left: 0;
    padding-right: 0;
  }
  /* .best-sellers-section .products.active {
    display: flex;
  } */
  .best-sellers-section .product-card:first-child() {
    margin-left: 20px;
  }
  .best-sellers-section .top-bar {
    flex-direction: column;
  }
  .best-seller-heading .best-seller-heading {
    font-size: 18px !important;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .best-sellers-section .tab-btn,
  .best-sellers-section .tabs .view-all-link {
    font-size: 14px;
    line-height: 0 !;
  }
  .best-sellers-section .tabs {
    gap: 15px;
  }
}

/* cart drawer css */
.cart_view_and_checkout_btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkout-buttons a {
  background-color: var(--primary-color);
  border: none;
}

/* Fix the responsiveness  */
@media screen and (max-width: 768px) {
  /* testimmonial css */
  .testimonial-list .slideshow-ctrl .slideshow-nav {
    justify-content: center !important;
  }

  .testimonial-list {
    text-align: center;
  }

  /* Multicolumn section */
  .multi-col-container {
    gap: 20px;
  }

  .multi_col_text {
    margin-bottom: 0 !important;
  }

  /* footer css */
  .section-footer__title,
  .section-footer__menu-block__menu,
  .section-footer__custom-liquid,
  .section-footer__row__col,
  .testimonial__content {
    text-align: center;
  }

  .section-footer__payment-icons {
    margin-bottom: 0;
    text-align: center;
  }

  .section-footer__row-lower {
    padding-bottom: 20px;
  }
}


@media screen and (max-width: 600px) {
  .contact__info{
    flex-direction: column;
    gap: 10px !important;
  }
  .contact__info p{
    display: none;
  }
}

.hulk-powered-wrapper{
  display: none !important;
}

.form_submit_div button, .form_submit_div button:hover {
    color: #ffffff !important;
    background: rgb(36 89 192) !important;
    border-radius: 2px;
    border: none;
}

#shopify-section-sections--18129113776221__17489762332b04a497{
  display: none;
}

.copyright{
  color: #fff;
}

/* Remove extra margin between two collapsible sections */
.shopify-section + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}